Register on our Website or Android Mobile App and get 500/- in your Wallet.
Sales Closes in
D
H
M
S

WHY THIS COURSE?

  • How to build a RESTful web services (API) with plain PHP (no frameworks required)
  • Fundamental Principles of RESTful API
  • How to work with MySQL database with CRUD files using a REST API
  • What JWT - Token Based Authentication is and why it is better than Basic Authentication
  • API Testing using Postman App step by step
  • Applying Restful API HTTP methods GET, POST, PUT and DELETE
  • You will learn 2 real world projects while learning and writing the Restful API services

DESCRIPTION

Learn Restful API Web Services with PHP and MySQL from scratch, The first step to Creating REST API Services to any App Coding you need to learn to succeed in server-side web services, it is easy to learn and understand our online Restful API Training course, It is designed for you with the complete steps to require learn to start Restful API topics by Mr. Sekhar Metla [MCP - Microsoft Certified Professional] will explain to you even complex topics to simplify and teach you even beginners can easily understand with real-time code examples and projects.

What is Restful API?

A RESTful API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE method data types, which refers to the reading, updating, creating and deleting of operations concerning resources.

WHY THIS COURSE?

There are several PHP courses on Online. So, what makes this course different? Here are 5 reasons:

Taught by a senior coder and real-world coding instructor - Sekhar Metla

Sekhar has 20 years of experience as a software engineer

He has produced 20 courses and many of them are great courses

He has taught over 32,000 students in 192 countries

No Boring or unnecessary repetition - don't waste your time on long courses

Clear, concise, and practical training - start coding right away

Learn how to think like a programmer - most, if not all, courses just teach you Restful API features, not the art of problem solving

WHO IS THIS COURSE FOR?

Aspiring developers - perhaps you learned a little bit of HTML, CSS, PHP, JAVA, C# NET and want to take your first on Restful API web services programming course. This course is an ideal starting point for Beginners.

For Experienced Developers who wants to start learn Restful API. This course teaches you the fundamental programming skills on Restful API that every developer must know.

Anyone who wants to good understand Restful API - to be understand certain topics well. You can take this course to fill the gaps and strengthen your understanding of Restful API.

ARE YOU READY TO MAKE THE FIRST STEP TOWARDS BECOMING A WEB OR MOBILE DEVELOPER?

Stop wasting your time on disconnected tutorials or super long courses. Enroll in the course to get started today for Restful API

In this course I will be showing you how to create RESTful web services with PHP, no third party frameworks or paid software is needed.

We will be covering the basics of what REST is and how to implement the basics using Core PHP, at the end of this course you should be able to create a basic RESTful web service that you can allow other people to use.

To do this we will be implementing an authentication concept called JWT -JSON WEB Token based authentication and we added this feature within the course, Token based authentication is a lot more secure than just basic password authentication and is now a best practice among the industry. on Project 1 you will learn this module on real world exercises of Registration and Login form functionalities.

Project 2 for Restful API for MySQL database CRUD functionality to achieve REST methods of GET, POST, PUT and DELETE functions, writing the functionality API services, and testing using POSTMAN API you submit the JSON data parameters to test API functionality with MySQL basics to create database, table and basic queries for beginners added.

Who this course is for:

  • Beginner PHP developer like to build curious about Restful API web services
  • PHP developers who would like to build Web Service APIs using only core PHP (no frameworks)
  • PHP developers making secure Apps with Token Based Authentication to their APIs
  • PHP developers interested in how you write CRUD files to work with MySQL Data using APIs


COURSE CONTENT

55 Lessons 04:24:13

  Lesson- 1: Introduction to Getting Started 00:01:56

  Lesson- 2: Course Curriculum 00:03:06

  Lesson- 3: How to Get Pre-Requisites 00:01:53

  Lesson- 4: Getting Started on Windows, Linux or Mac 00:01:04

  Lesson- 5: How to ask a Great Questions 00:01:19

  Lesson- 6: FAQ’s 00:01:19

  Lesson- 1: Section Introduction 00:02:05

  Lesson- 2: XAMPP Installation for PHP, MySQL and Apache 00:12:06

  Lesson- 3: Choosing code editor 00:03:13

  Lesson- 4: Installing code editor (Sublime text) 00:03:49

  Lesson- 5: Installing code editor (VS code) 00:06:33

  Lesson- 6: Postman API platform installation 00:05:36

  Lesson- 7: Composer installation 00:04:06

  Lesson- 8: Creating a project on xampp 00:03:27

  Lesson- 9: PHP hello world program 00:05:46

  Lesson- 10: Summary 00:01:47

  Lesson- 1: Section Introduction 00:01:38

  Lesson- 2: What is PHP 00:08:00

  Lesson- 3: What is Restful API 00:05:24

  Lesson- 4: HTTP request GET, POST, PUT or DELETE 00:08:02

  Lesson- 5: REST API project structure 00:06:14

  Lesson- 6: Summary 00:01:30

  Lesson- 1: Section Introduction 00:01:27

  Lesson- 2: Create Database and table 00:06:01

  Lesson- 3: Creating Project forms and folders 00:05:04

  Lesson- 4: Database Connection 00:12:57

  Lesson- 5: JSON Web Token Handler(JWT) 00:13:58

  Lesson- 6: Auth Middleware Token Validation 00:22:42

  Lesson- 7: Register form 00:20:17

  Lesson- 8: Login form 00:14:11

  Lesson- 9: User Token Authorization check form 00:12:11

  Lesson- 10: Summary 00:01:27

  Lesson- 1: Section Introduction 00:01:21

  Lesson- 2: Create Database and table 00:06:11

  Lesson- 3: Adding Data to table - insert query 00:03:10

  Lesson- 4: MySQL Select query 00:05:35

  Lesson- 5: MySQL Update query 00:03:52

  Lesson- 6: MySQL Delete query 00:01:56

  Lesson- 7: Get Project2 Source Code 00:02:26

  Lesson- 8: Create Database Connection 00:01:53

  Lesson- 9: Summary 00:01:04

  Lesson- 1: Section Introduction 00:01:16

  Lesson- 2: Create Items Class PHP File 00:04:26

  Lesson- 3: Create Method form 00:04:18

  Lesson- 4: Creating Record Using Restful API 00:04:25

  Lesson- 5: Reading Method form 00:02:10

  Lesson- 6: Reading Record Using Restful API 00:02:46

  Lesson- 7: Update Method form 00:02:45

  Lesson- 8: Update Record Using Restful API 00:05:05

  Lesson- 9: Delete Method form 00:01:38

  Lesson- 10: Delete Method Using Restful API 00:01:53

  Lesson- 11: Coding Exercise 00:00:50

  Lesson- 12: Solution for Coding Exercise 00:01:33

  Lesson- 13: Summary 00:01:18

  Lesson- 1: SEO friendly Request URLs of REST API 00:02:14

SIMILAR COURSES

COURSE FEATURES
  55 Lessons
  Full Lifetime Access
  Access on Mobile
  Access on Web
  Certificate of Completion
M.R.P.: 1199.00
ISC Price: 469.00
You Save: 730 (60.88% off)
DON'T HAVE TIME?

We can send you everything you need to know about this course through email.

We respect your privacy. your information is safe and will never be shared.